runtime.fixalloc.inuse (field)
9 uses
runtime (current package)
metrics.go#L651: a.mSpanInUse = uint64(mheap_.spanalloc.inuse)
metrics.go#L653: a.mCacheInUse = uint64(mheap_.cachealloc.inuse)
mfixalloc.go#L39: inuse uintptr // in-use bytes now
mfixalloc.go#L71: f.inuse = 0
mfixalloc.go#L85: f.inuse += f.size
mfixalloc.go#L102: f.inuse += f.size
mfixalloc.go#L107: f.inuse -= f.size
mstats.go#L529: stats.MSpanInuse = uint64(mheap_.spanalloc.inuse)
mstats.go#L531: stats.MCacheInuse = uint64(mheap_.cachealloc.inuse)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |